multiple lock meaning in English
多线船闸
复式船闸
Examples
- Group multiple locks together under one lock
将多个锁组成一组并放到同一个锁下。 - Multiple locks should always be acquired in the same order
(多个锁只能以依次序获得。 ) - You cannot safely acquire multiple locks
无法安全地请求多个锁。 - These instructions take no arguments , so the bytecode definition would have to be extended to support the acquisition of multiple locks
。而这些指令没有参数,所以需要扩展二进制代码的定义以支持多个锁定请求。 - Using locks has some other hazards as well , such as deadlock which can happen when multiple locks are acquired in an inconsistent order
使用锁定还有一些其他危险,如死锁(当以不一致的顺序获得多个锁定时会发生死锁) 。